home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 34
/
Aminet 34 (2000)(Schatztruhe)[!][Dec 1999].iso
/
Aminet
/
comm
/
irc
/
cybershiela.lha
/
cs
/
compacros.amirx
< prev
next >
Wrap
Text File
|
1999-07-05
|
860b
|
19 lines
/* Quote File Auto Converted to Arexx by Zonkerz */
xx=random(1,12,time('s'))
select
when xx=1 then a="PCMCIA People Can't Memorize Computer Industry Acronyms"
when xx=2 then a="ISDN It Still Does Nothing"
when xx=3 then a="APPLE Arrogance Produces Profit-Losing Entity"
when xx=4 then a="SCSI System Can't See It"
when xx=5 then a="DOS Defunct Operating System"
when xx=6 then a="BASIC Bill's Attempt to Seize Industry Control"
when xx=7 then a="IBM I Blame Microsoft"
when xx=8 then a="DEC Do Expect Cuts"
when xx=9 then a="CD-ROM Consumer Device, Rendered Obsolete in Months"
when xx=10 then a="OS/2 Obsolete Soon, Too."
when xx=11 then a="WWW World Wide Wait"
when xx=12 then a="MACINTOSH Most Applications Crash; If Not, The Operating System Hangs"
end
'say 7 Computer Acronyms:3' A
exit